Creates a new Model.
Supply the appropriate Create Request object in order to create a Model.
The Model to create
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "name": "string",
- "packageId": "string",
- "description": "string",
- "projectId": "string",
- "scope": "private",
- "status": "created",
- "tags": [
- "string"
], - "labels": [
- "string"
], - "configuration": {
- "label_to_id_map": {
- "property1": 0,
- "property2": 0
}
}, - "inputType": "image",
- "outputType": "class",
- "datasetId": "string",
- "artifacts": [
- {
- "type": "item",
- "itemId": "string"
}
], - "metadata": {
- "system": {
- "archived": true,
- "ontologyId": "string",
- "train": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "predict": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "evaluate": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "deploy": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "subsets": {
- "train": {
- "property1": null,
- "property2": null
}, - "validation": {
- "property1": null,
- "property2": null
}
}
}
}, - "moduleName": "string"
}
{- "name": "My Model",
- "description": "My Model Description",
- "packageId": "packageId",
- "projectId": "projectId"
}